Web Grid

Description

Regarding the Web Grid...

Name
Description
Web Grid Alternate Views

The tabular and columnar views of a grid can convey a lot of information, but the human eye is much more sensitive to shapes and colors than it is to variations text. With an alternate view of a grid, you can display the same information in a way that grabs the user. If it's geographic information, the best display might be a map. If it's scheduling information, the best display might be a calendar. Note that an Alternate view displays the same number of rows as its associated grid. This is in contrast to a Linked component or a component in a Row Expander, both of which display data linked to or contained in the current row. When using alternate views, it is important to understand that the alternate view and the main view are given the same data. If your grid has a filter, it will also apply to the alternate view. If your grid is displaying 10 records on a page, the alternate view will display the same 10 records. To enable Alternate Views, check "Has Alternate Views" in the grid properties.

Web Grid Geographical Search

You can use a map control in the Search Part of a Grid to enter points for a polygon search or to specify the center point and radius for a radius search. To use a geographic search, your SQL database must support geography types, and your grid must be based on a query that includes a geography field. You need to include the geography field in your search part, and set its control to a map.

Web Grid Videos

Associate an animation effect with each show/hide expression you define.

Web Grids based on Stored Procedures

A guide to creating updateable Grids that are based on stored procedures.